home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / txture_p.dxr / 00057.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  319 b   |  16 lines

  1. on mouseUp me
  2.   global thenewblend
  3.   repeat with X = 65 to 87
  4.     set the blend of sprite X to thenewblend
  5.     set the memberNum of sprite X to 283
  6.     startTimer()
  7.     repeat while the timer < 5
  8.       nothing()
  9.     end repeat
  10.     updateStage()
  11.   end repeat
  12.   hideit(164, 167)
  13.   showit(168, 168)
  14.   hideit(169, 169)
  15. end
  16.